home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / Start.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  2.3 KB  |  59 lines

  1. module oRoot1 is cBox
  2. with 
  3.     release Editor:
  4.         IOWindow is {$0000015C,$000000A8,$0000028F,$000001EF,$00000000,$FFFFFFD9,$00000000,$00000000};
  5.         LayoutWindow is {$00000163,$0000002A,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
  6.     end;
  7.     Name is "Root"; 
  8.     Enabled is false; 
  9.     
  10.     Width is 800; Height is 600; 
  11.     
  12.     
  13.     Elements is [
  14.         oBlack2
  15.     ];
  16. end;
  17.  
  18. object oBlack2 is cBox
  19. with 
  20.     Flags is $00000054; 
  21.     Name is "Black"; 
  22.     Cursor is oEmptyCursor; 
  23.     
  24.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  25.     
  26.     Kind is DrawOpaque; 
  27.     Events is [
  28.         cOnscreenEvent
  29.         with Flags is $00000004; 
  30.             Commands is [
  31.                 cDoCookieCommand
  32.                 with CookieName is "LanguageFlag"; Value is "false"; end,
  33.                 cKR_ScriptCommand
  34.                 with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_InitializeWave2; end
  35.             ];
  36.         end,
  37.         cTokenEvent
  38.         with Flags is $00000004; MessageData is "ScriptReady"; 
  39.             Commands is [
  40.                 cQuickTimeEffectCommand
  41.                 with Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$06sean\$00\$00\$00\$01\$00\$00\$00\$08\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00smp2\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00\$00\$00\$00\$18wpID\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00w\$00\$00\$00\$18hori\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00\$00\$18vert\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00\$00\$18widt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$1Abclr\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$18soft\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00"; Duration is 60; end,
  42.                 cIfCookieCommand
  43.                 with Flags is $00000004; CookieName is "LanguageFlag"; Value is "true"; 
  44.                     Commands is [
  45.                         cBrowseCommand
  46.                         with All is true; URL is "Language.k"; end
  47.                     ];
  48.                 end,
  49.                 cElseCookieCommand
  50.                 with Flags is $00000004; 
  51.                     Commands is [
  52.                         cBrowseCommand
  53.                         with All is true; URL is "Splash.k"; end
  54.                     ];
  55.                 end
  56.             ];
  57.         end
  58.     ];
  59. end;